object formHelperConfig: TformHelperConfig Left = 344 Top = 300 BorderStyle = bsDialog Caption = 'Configure Helper Applications...' ClientHeight = 161 ClientWidth = 472 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PopupMode = pmAuto Position = poScreenCenter Scaled = False DesignSize = ( 472 161) PixelsPerInch = 96 TextHeight = 13 object bnOK: TButton Left = 383 Top = 128 Width = 81 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object bnCancel: TButton Left = 287 Top = 128 Width = 81 Height = 25 Anchors = [akRight, akBottom] Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object groupHelperApps: TGroupBox Left = 8 Top = 8 Width = 456 Height = 105 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Use external helper application for ...' TabOrder = 2 DesignSize = ( 456 105) object cbUseFileHelper: TCheckBox Left = 8 Top = 24 Width = 97 Height = 17 Caption = 'Files:' TabOrder = 0 end object cbUseFolderHelper: TCheckBox Left = 8 Top = 48 Width = 97 Height = 17 Caption = 'Folders:' TabOrder = 3 end object cbUseRegistryHelper: TCheckBox Left = 8 Top = 72 Width = 97 Height = 17 Caption = 'Registry:' TabOrder = 6 end object comboFileHelper: TComboBox Left = 112 Top = 24 Width = 308 Height = 21 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 1 end object comboFolderHelper: TComboBox Left = 112 Top = 48 Width = 308 Height = 21 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 4 end object comboRegistryHelper: TComboBox Left = 112 Top = 72 Width = 308 Height = 21 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 TabOrder = 7 end object bnBrowseFolderHelper: TButton Left = 423 Top = 48 Width = 20 Height = 20 Anchors = [akTop, akRight] Caption = '...' TabOrder = 5 OnClick = bnBrowseFolderHelperClick end object bnBrowseRegistryHelper: TButton Left = 424 Top = 72 Width = 19 Height = 20 Anchors = [akTop, akRight] Caption = '...' TabOrder = 8 OnClick = bnBrowseRegistryHelperClick end object bnBrowseFileHelper: TButton Left = 423 Top = 24 Width = 20 Height = 20 Anchors = [akTop, akRight] Caption = '...' TabOrder = 2 OnClick = bnBrowseFileHelperClick end end object odBrowse: TOpenDialog Left = 8 Top = 120 end end